Description
Type
Restriction of xs:decimal
Diagram
Overview
Source
<xs:simpleType name="TotalDueAmountType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The total amount due.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<!--<xs:fractionDigits value="2" />-->
</xs:restriction>
</xs:simpleType>
|
See Also